.dashboard-container .content {
    margin: 0 auto;
    padding: 80px 0 100px;
    width: 1440px;
}

.dashboard-container .content > .learn-more {
    display: none;
}

.bg-gray {
    background-color: #F5F6F8;
}

.dashboard-container .box-title {
    margin-bottom: 50px;
    position: relative;
}

.dashboard-container .box-title .category {
    color: #AAAAAA;
    line-height: 20px;
    letter-spacing: 25px;
    font-size: 14px;
    margin-bottom: 17px;
}

.dashboard-container .box-title .title {
    font-size: 34px;
    font-weight: normal;
    color: #1F1F1F;
    line-height: 47px;
    border-top: 3px solid #0BA8ED;
    padding-top: 12px;
}

.dashboard-container .box-title .title-en {
    height: 20px;
    font-size: 14px;
    color: #A8A8A8;
    line-height: 17px;
    margin-top: 3px;
}

.dashboard-container .box-title .learn-more {
    position: absolute;
    top: 50px;
    right: 0;
}

.about-container .box-content {
    background: #FFFFFF;
    border-radius: 1px;
    display: flex;
}

.learn-more {
    height: 40px;
    border-radius: 1px;
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(11, 168, 237, 1), rgba(11, 125, 237, 1)) 1 1;
    font-size: 15px;
    font-weight: normal;
    color: #087FF4;
    line-height: 21px;
    padding: 0 25px;
    cursor: pointer;
    background-color: transparent;
}
.learn-more a {
    color: #087FF4;
}

.about-container .box-content .content-left {
    padding: 50px;
    flex: 1;
}

.about-container .box-content .content-left .title {
    height: 35px;
    font-size: 26px;
    font-weight: normal;
    color: #1F1F1F;
    line-height: 35px;
}

.about-container .box-content .content-left .title-en {
    font-size: 12px;
    font-weight: normal;
    color: #A8A8A8;
    line-height: 17px;
}

.about-container .box-content .content-right {
    width: 800px;
    background: url('../img/homepage/company.jpg') no-repeat left center;
    background-size: 100% 100%;
}

.about-container .box-content .content-left .box-info {
    font-size: 14px;
    font-weight: normal;
    color: #707070;
    line-height: 22px;
    padding: 35px 0 30px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 30px;
}

.product-container .row:first-child {
    margin-bottom: 20px;
}

.product-container .row > div {
    display: inline-block;
    position: relative;
    width: 342px;
    height: 240px;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 40px 35px 50px;
    color: #FFFFFF;
    background-size: 100% 100%;
}

.product-container .row > div .title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 7px;
}

.product-container .row > div .title-en {
    font-size: 14px;
    line-height: 17px;
}

.learn-more.white {
    height: 36px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
}
.learn-more.white a {
    color: #fff;
}
.learn-more.white.bottom {
    position: absolute;
    bottom: 50px;
}

.product-container .row > div.col-2 {
    width: 706px;
}

.product-container .row > div:last-child {
    margin-right: 0;
}

.manpower-prevention {
    background-image: url('../img/homepage/manpower-prevention.png');
}

.security-technology {
    background-image: url('../img/homepage/security-technology.png');
}

.armed-escort {
    background-image: url('../img/homepage/armed-escort.png');
}

.uav-flight-service {
    background-image: url('../img/homepage/uav-flight-service.png');
}

.archives-management {
    background-image: url('../img/homepage/archives-management.png');
}

.safe-deposit-box {
    background-image: url('../img/homepage/safe-deposit-box.png');
}

.hair-detection {
    background-image: url('../img/homepage/hair-detection.png');
}

.news-container .news-content {
    display: flex;
    justify-content: space-between;
}

.news-container .news-content .news-left {
    padding: 10px;
    width: 512px;
    height: 492px;
    background: #FFFFFF;
    border-radius: 1px;
}

.news-container .news-content .news-left img {
    width: 100%;
    height: 338px;
}

.news-container .news-content .news-left .title {
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    text-align: center;
    margin: 25px 0 15px;
}

.news-container .news-content .news-left .info {
    font-size: 14px;
    color: #707070;
    line-height: 22px;
}

.news-container .news-content .news-list {
    width: 883px;
}

.news-container .news-content .news-list .news-item {
    padding: 20px 45px 20px 25px;
    height: 114px;
    background: #FFFFFF;
    border-radius: 1px;
    margin-bottom: 25px;
}

.news-container .news-content .news-list .news-item:last-child {
    margin-bottom: 0;
}

.news-container .news-content .news-list .news-item .title {
    font-size: 18px;
    color: #333333;
    line-height: 21px;
}

.news-container .news-content .news-list .news-item .info {
    font-size: 14px;
    color: #707070;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin: 15px 0;
}

.news-container .news-content .news-list .news-item .time {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #BEBEBE;
    line-height: 16px;
}

.news-container .news-content .news-list .news-item .time span {
    font-size: 13px;
    color: #BEBEBE;
    line-height: 16px;
}

.pointer {
    cursor: pointer;
}

.honor-container .honor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.honor-container .honor-list .honor-item {
    width: 30%;
    height: 330px;
    position: relative;
}

.honor-container .honor-list .honor-item:first-child {
    margin-bottom: 50px;
}

.honor-container .honor-list .honor-item .bg {
    position: absolute;
    width: 70%;
    height: 70%;
    z-index: 1;
    background-color: #0BA8ED;
    top: 0;
    right: 0;
}

.honor-container .honor-list .honor-item img {
    position: absolute;
    width: calc(100% - 15px);
    height: 260px;
    background-color: #fff;
    z-index: 2;
    top: 15px;
    left: 0;
}

.honor-container .honor-list .honor-item .title {
    position: absolute;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    bottom: 0;
}

.homepage-header {
    position: relative;
    width: 100%;
    height: 760px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.homepage-header .dim{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.homepage-header.manpower-prevention {
    background-image: url('../img/homepage/manpower-prevention.jpg');
}

.homepage-header.security-technology {
    background-image: url('../img/homepage/security-technology.jpg');
}

.homepage-header.armed-escort {
    background-image: url('../img/homepage/armed-escort.jpg');
}

.homepage-header.uav-flight-service {
    background-image: url('../img/homepage/uav-flight-service.jpg');
}

.homepage-header.archives-management {
    background-image: url('../img/homepage/archives-management.jpg');
}

.homepage-header.safe-deposit-box {
    background-image: url('../img/homepage/safe-deposit-box.jpg');
}

.homepage-header.hair-detection {
    background-image: url('../img/homepage/hair-detection.jpg');
}

.homepage-header .header .navbar {
    background: linear-gradient(180deg, #243650 0%, rgba(36,54,80,0) 100%);
}
.homepage-header .header .navbar .nav li a {
    color: #FFFFFF;
    line-height: 22px;
}
.homepage-header .header .navbar .nav li.now a,.homepage-header .header .navbar .nav li a:hover{
	color: #087FF4;
}
.homepage-header .header .navbar .logo {
    margin-top: 20px;
}
.homepage-header .header-info {
    width: 1400px;
    margin: 130px auto;
}
.homepage-header .header-info .cn {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 12px;
}
.homepage-header .header-info .en {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 45px;
}
.homepage-header .header-info .concatus {
    height: 48px;
    width: 164px;
    background: url('../img/homepage/concatus.png') no-repeat center / cover;
    cursor: pointer;
}
.homepage-header .header-list {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}
.homepage-header .header-list .list-item {
    display: inline-block;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #0BA8ED 0, #0BA8ED 100%) no-repeat;
    background-size: 0% 5%;
    cursor: pointer;
    color: #fff;
}

.homepage-header .header-list .list-item:hover,
.homepage-header .header-list .list-item.select {
    background-size: 100% 5%;
    color: #087FF4;
}

.homepage-header .header-list .list-item .cn {
    padding-top: 16px;
    font-size: 18px;
    line-height: 25px;
}

.homepage-header .header-list .list-item .en {
    padding-top: 3px;
    font-size: 12px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .homepage-header .nav-btn {
        background: url(../img/nav-btn-white.png) no-repeat center / cover;
        margin-top: 20px;
    }

    .homepage-header .header-info > * {
        width: 100%;
        text-align: center;
    }

    .dashboard-container .content {
        padding: 40px 20px 25px;
        width: 100%;
        box-sizing: border-box;
    }

    .dashboard-container .content > .learn-more {
        display: block;
    }

    .dashboard-container .learn-more {
        display: block;
        margin: 20px auto 0;
    }
    
    .dashboard-container .box-title {
        margin-bottom: 30px;
    }
    
    .dashboard-container .box-title .category {
        display: none;
    }
    
    .dashboard-container .box-title .title {
        padding-top: 0;
        border-top: 0;
        font-size: 20px;
        color: #333333;
        line-height: 27px;
        background: linear-gradient(270deg, #0BA8ED 0, #0BA8ED 100%) bottom no-repeat;
        background-size: 100% 8px;
    }
    
    .dashboard-container .box-title .title-en {
        font-size: 9px;
        line-height: 12px;
        margin-top: 3px;
    }
    
    .dashboard-container .box-title .learn-more {
        display: none;
    }
    
    .about-container .box-content {
        background: #F5F6F8;
        border-radius: 1px;
        display: block;
        position: relative;
    }
    
    .learn-more {
        height: 32px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 22px;
    }
    
    .about-container .box-content .content-left {
        position: relative;
        margin: 130px 20px 0;
        padding: 20px;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    .about-container .box-content .content-left .title {
        display: none;
    }
    
    .about-container .box-content .content-left .title-en {
        display: none;
    }

    .about-container .box-content .content-left .learn-more {
        display: none;
    }
    
    .about-container .box-content .content-right {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 188px;
        background: url('../img/homepage/company.jpg') no-repeat left center;
        background-size: 100% 100%;
    }
    
    .about-container .box-content .content-left .box-info {
        color: #666666;
        line-height: 20px;
        padding: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }
    
    .product-container .row {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }
    
    .product-container .row > a {
        display: inline-block;
        position: relative;
        width: 48%;
        height: 160px;
        margin-right: 0;
        box-sizing: border-box;
        padding: 30px 0 0 12px;
        color: #FFFFFF;
        background-size: 150% 100%;
        background-position: center;
    }
    
    .product-container .row > a .title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    
    .product-container .row > a .title-en {
        font-size: 10px;
        line-height: 14px;
    }
    
    .product-container .row > a.col-2 {
        width: 100%;
        background-position: 100% 100%;
    }
    
    .product-container .row:last-child {
        margin-bottom: 0;
    }
    
    .news-container .news-content {
        display: flex;
        justify-content: space-between;
    }
    
    .news-container .news-content .news-left {
        display: none;
    }
    
    .news-container .news-content .news-list {
        width: 100%;
    }
    
    .news-container .news-content .news-list .news-item {
        display: flex;
        padding: 0;
        height: 96px;
        background: transparent;
        border-radius: 1px;
        margin-bottom: 20px;
    }
    
    .news-container .news-content .news-list .news-item:last-child {
        margin-bottom: 30px;
    }

    .news-container .news-content .news-list .news-item .news-item-left {
        width: 128px;
        height: 100%;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .news-container .news-content .news-list .news-item .news-item-right {
        width: calc(100% - 185px);
        flex: 1;
    }
    
    .news-container .news-content .news-list .news-item .title {
        font-size: 15px;
        width: 100%;
    }
    
    .news-container .news-content .news-list .news-item .info {
        font-size: 13px;
        color: #999999;
        line-height: 18px;
        -webkit-line-clamp: 2;
        margin: 10px 0 18px;
    }
    
    .news-container .news-content .news-list .news-item .time {
        display: block;
        font-size: 11px;
        color: #999999;
        line-height: 11px;
    }

    .news-container .news-content .news-list .news-item .time .detail a {
        color: #999999;
    }
    
    .pointer {
        cursor: pointer;
    }
    
    .honor-container .honor-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .honor-container .honor-list .honor-item {
        width: 48%;
        height: 100px;
        position: relative;
    }
    
    .honor-container .honor-list .honor-item:first-child {
        margin-bottom: 15px;
    }

    .honor-container .honor-list .honor-item:nth-child(n+5) {
        display: none;
    }
    
    .honor-container .honor-list .honor-item .bg {
        display: none;
    }
    
    .honor-container .honor-list .honor-item img {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .honor-container .honor-list .honor-item .title {
        display: none;
    }
    
    .homepage-header {
        position: relative;
        width: 100%;
        height: 500px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .homepage-header .header-info {
        width: 100%;
        margin: 80px auto;
    }
    .homepage-header .header-info .cn {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 16px;
    }
    .homepage-header .header-info .en {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 40px;
        color: rgba(255, 255, 255, 0.6);
    }
    .homepage-header .header-info .concatus {
        height: 40px;
        width: 120px;
        background: url('../img/homepage/concatus.png') no-repeat center / cover;
        cursor: pointer;
        margin: 0 auto;
    }
    .homepage-header .header-list {
        display: none;
    }

    .homepage-header .header .navbar .nav {
        top: 93px;
    }

    .homepage-header .header .navbar .nav li a {
        color: #333333;
        line-height: 22px;
    }
}